home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / gus / dmp288.zip / README < prev    next >
Text File  |  1994-03-20  |  6KB  |  123 lines

  1. ╓─────────────────────────────────────────────────────────────────────────────╖
  2. ║                                                                             ║
  3. ║         ···∙∙∙          D       S       M       I          ∙∙∙···           ║
  4. ║                                                                             ║
  5. ║      ···∙∙∙          Digital Sound & Music Interface          ∙∙∙···        ║
  6. ║                                                                             ║
  7. ║         ···∙∙∙          (C) 1993,1994 Otto Chrons          ∙∙∙···           ║
  8. ║                                                                             ║
  9. ╙─────────────────────────────────────────────────────────────────────────────╜
  10.  
  11.  
  12.         DSMI is a sound interface for PC compatible computers. It
  13.         provides programmers with a variety of functions to play music
  14.         and sound effects in their programs.
  15.  
  16.         Here are some of DSMI's capabilities:
  17.  
  18.         * Supports following sound sources:
  19.            - General DAC (also known as Covox)
  20.            - Stereo DACs (also Stereo-on-1)
  21.        - PC speaker
  22.            - Sound Blaster 1.0 - 2.0
  23.            - Sound Blaster Pro (stereo)
  24.            - Pro Audio Spectrum (stereo)
  25.            - Pro Audio Spectrum+ (stereo)
  26.            - Pro Audio Spectrum 16 (16-bit, stereo)
  27.            - Sound Blaster 16 (16-bit, stereo)
  28.            - Aria based sound cards (16-bit, stereo)
  29.            - Windows Sound System (16-bit, stereo)
  30.            - AudioTrix Pro (16-bit, stereo)
  31.            - Gravis Ultrasound (16-bit, stereo)
  32.     * Up to 32 simultaneous channels
  33.         * Plays MODs, STMs, S3Ms, 669s, MTMs, FARs and other formats
  34.         * Two operating modes for 8-bit sound sources:
  35.            - Fast mode
  36.            - Quality mode (better sound quality)
  37.         * Special 16-bit support, which means GREAT sound quality on
  38.           16-bit cards
  39.         * Very extensive programming interface that lets YOU decide what
  40.           to do
  41.         * Modular structure means easier upgrades (e.g. new sound cards)
  42.         * Printed manual
  43.         * Example programs
  44.         * Utilizes 386 instruction mix to reach maximum performance,
  45.           286 NOT supported :-(
  46.         * Free 'Timer Service'-pack for easy timer handling
  47.     * Free 'EMS heap manager' for accessing EMS memory
  48.         * Comes in 'C' and 'Pascal' versions, 'C' version also supports
  49.           assembler and 32-bit protected mode.
  50.         * All C (or Pascal) source code is included for recompiling or
  51.           changing (yes, that means DMP/PMP too!)
  52.         * All assembly language source code is included!
  53.         * Practically FREE upgrades!
  54.  
  55.         And last but not the least:
  56.         * DSMI IS DEFINITELY THE MOST EXTENSIVE PLAYER ON EARTH!!
  57.  
  58.  
  59. WHAT'S IN DSMI------------------------------------------------------------
  60.  
  61.                           ╓─────────────────╖
  62.                           ║                 ║
  63.                           ║    C version    ║
  64.                           ║                 ║
  65.                           ╙─────────────────╜
  66.  
  67.         - Made with Borland C++ 3.1, but should also work fine with
  68.           other compilers
  69.         - Comes with DSMI/32, a 32-bit protected mode version of DSMI which
  70.           works with 32-bit C compilers. Have been tested on Watcom C/C++
  71.         - All C source code is included
  72.         - OBJs for assembly language parts are included
  73.         - All assembly language source code is included (requires TASM 3.1
  74.           to compile)
  75.         - A library (DSMI.LIB, DSMIEMS.LIB and DSMI32.LIB) is provided for
  76.           easy linking
  77.         - Following parts are written in C:
  78.                 * Loaders for MOD, STM, 669, S3M, MTM, FAR and AMF
  79.                 * Function to free module
  80.                 * initDSMI() for easy initialization
  81.                 * Detection routine for GUS
  82.                 * EMS heap manager
  83.         - Everything else is written in assembly language
  84.         - C source is compiled with BC++/Watcom C/C++ and uses
  85.           386 instruction set
  86.         - If your C compiler is very old, make sure it can link with
  87.           assembler code using 386 instructions
  88.  
  89.  
  90.                           ╓──────────────────╖
  91.                           ║                  ║
  92.                           ║  Pascal version  ║
  93.                           ║                  ║
  94.                           ╙──────────────────╜
  95.  
  96.         - Works with Turbo Pascal 6 and above
  97.         - Has TPUs for TP6 and TP7/BP7
  98.         - Comes with full Pascal source code, so you can recompile all
  99.           the TPUs
  100.         - All OBJs for assembler parts are included
  101.         - All assembly language source code is included (requires TASM 3.1
  102.           to compile)
  103.         - Supports Protected Mode (BP7 only)
  104.         - Following parts are written in Pascal:
  105.                 * Loaders for MOD, STM, 669, S3M, MTM, FAR and AMF
  106.                 * Function to free module
  107.                 * initDSMI() for easy initialization
  108.                 * Some functions to provide "C" memory handling
  109.                 * Protected mode API
  110.                 * EMS heap manager
  111.                 * Detection routine for GUS
  112.         - Everything else is written in assembly language
  113.         - If you have older version than 6, you may need to retouch some
  114.           of the functions
  115.  
  116. HOW TO BUY DSMI--------------------------------------------------------
  117.  
  118.         Files LICENSE.DSM and ORDER.DSM should come with this README
  119.         file. You need to print them, sign the License Agreement and
  120.         fill out the order form. Then just mail them to me and pay the
  121.         price. See ORDER.DSM for detailed information.
  122.  
  123.